home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Tools / Resource Hacker v2.4.0.4 / ResHacker.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Encoding:
Text File  |  2000-08-18  |  1.8 KB  |  96 lines

  1. object Form5: TForm5
  2.   Left = 253
  3.   Top = 128
  4.   BorderStyle = bsSingle
  5.   Caption = 'Replace resource ...'
  6.   ClientHeight = 318
  7.   ClientWidth = 267
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object Label2: TLabel
  18.     Left = 36
  19.     Top = 84
  20.     Width = 108
  21.     Height = 14
  22.     Caption = 'Select &new resource: '
  23.     FocusControl = TreeView1
  24.   end
  25.   object Label1: TLabel
  26.     Left = 48
  27.     Top = 219
  28.     Width = 171
  29.     Height = 14
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 'No matching resource found.'
  33.   end
  34.   object Button1: TButton
  35.     Left = 48
  36.     Top = 17
  37.     Width = 173
  38.     Height = 23
  39.     Caption = '&Open file with new resource...'
  40.     TabOrder = 0
  41.     OnClick = Button1Click
  42.   end
  43.   object Edit1: TEdit
  44.     Left = 34
  45.     Top = 50
  46.     Width = 200
  47.     Height = 22
  48.     Color = 14737632
  49.     Enabled = False
  50.     ReadOnly = True
  51.     TabOrder = 1
  52.   end
  53.   object TreeView1: TTreeView
  54.     Left = 34
  55.     Top = 104
  56.     Width = 199
  57.     Height = 106
  58.     ReadOnly = True
  59.     HideSelection = False
  60.     Indent = 19
  61.     OnChange = TreeView1Change
  62.     TabOrder = 2
  63.     Images = ImageList1
  64.   end
  65.   object Button3: TButton
  66.     Left = 48
  67.     Top = 274
  68.     Width = 171
  69.     Height = 25
  70.     Cancel = True
  71.     Caption = '&Close'
  72.     ModalResult = 2
  73.     TabOrder = 4
  74.   end
  75.   object Button4: TButton
  76.     Left = 48
  77.     Top = 243
  78.     Width = 171
  79.     Height = 23
  80.     Caption = '&Replace'
  81.     Enabled = False
  82.     ModalResult = 1
  83.     TabOrder = 3
  84.   end
  85.   object OpenDialog1: TOpenDialog
  86.     Filter = 'Res Files (*.res)|*.res'
  87.     Options = [ofHideReadOnly, ofFileMustExist]
  88.     Left = 138
  89.     Top = 145
  90.   end
  91.   object ImageList1: TImageList
  92.     Left = 168
  93.     Top = 146
  94.   end
  95. end
  96.